Remove duplicated ${DESTDIR}.
authorOGINO Masanori <masanori.ogino@gmail.com>
Tue, 29 Jul 2014 14:24:35 +0000 (23:24 +0900)
committerOGINO Masanori <masanori.ogino@gmail.com>
Tue, 29 Jul 2014 14:32:00 +0000 (23:32 +0900)
commit07becbc15ebb9506419ff79155cc20aff7feb739
treeb979360ec0f3b19c331704f719e9d52a14f4f82c
parenta27f18f178242ee7ab84d07701be24e00b134562
Remove duplicated ${DESTDIR}.

Both Makefile.in and install.sh prepended ${DESTDIR} to ${PREFIX} so the
installation prefix became ${DESTDIR}/${DESTDIR}/${PREFIX}.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Makefile.in